home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / gofer221.zip / MINIPROL < prev    next >
Text File  |  1991-11-20  |  545b  |  13 lines

  1. -- This is a project file suitable for loading the stack-based version
  2. -- of the mini Prolog interpreter into Gofer 2.21
  3. --
  4. -- Load into Gofer interpreter using the command:   :p miniProlog
  5. --                    or from command line using:   gofer + miniProlog
  6.  
  7. Parse       -- general purpose parsing library
  8. Interact    -- general purpose library for interactive programs
  9. PrologData  -- definition of main data structures
  10. Subst       -- substitutions and unification
  11. StackEngine -- inference engine
  12. Main        -- top level program
  13.